Skip to content

Improve space complexity to O(1) in WordSearch.#7308

Open
Maryamh12 wants to merge 9 commits intoTheAlgorithms:masterfrom
Maryamh12:marii-newChanges
Open

Improve space complexity to O(1) in WordSearch.#7308
Maryamh12 wants to merge 9 commits intoTheAlgorithms:masterfrom
Maryamh12:marii-newChanges

Conversation

@Maryamh12
Copy link

  • [ x] I have read CONTRIBUTING.md.
  • [ x] This pull request is all my own work -- I have not plagiarized it.
  • [ x] All filenames are in PascalCase.
  • [x ] All functions and variable names follow Java naming conventions.
  • [ x] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • [ x] All new algorithms include a corresponding test class that validates their functionality.
  • [ x] All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter
Copy link

codecov-commenter commented Mar 12, 2026

Codecov Report

❌ Patch coverage is 92.85714% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 79.43%. Comparing base (5e06b15) to head (591b36f).

Files with missing lines Patch % Lines
...ava/com/thealgorithms/backtracking/WordSearch.java 92.85% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #7308      +/-   ##
============================================
- Coverage     79.44%   79.43%   -0.02%     
+ Complexity     7064     7063       -1     
============================================
  Files           788      788              
  Lines         23129    23120       -9     
  Branches       4548     4545       -3     
============================================
- Hits          18375    18365      -10     
  Misses         4022     4022              
- Partials        732      733       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants